projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eeb3dd3
)
widget: get_name() is not nullable
author
Sophie Herold
<sophie@hemio.de>
Wed, 27 Jan 2021 17:49:17 +0000
(17:49 +0000)
committer
Sophie Herold
<sophie@hemio.de>
Wed, 27 Jan 2021 17:49:17 +0000
(17:49 +0000)
Partial revert of !2905
gtk/gtkwidget.c
patch
|
blob
|
history
diff --git
a/gtk/gtkwidget.c
b/gtk/gtkwidget.c
index 0186968bd7d6a7127f36c7cc62577f95a6b399de..52f5833f0e044f3d22a678d20f86dcddf82f8414 100644
(file)
--- a/
gtk/gtkwidget.c
+++ b/
gtk/gtkwidget.c
@@
-5436,7
+5436,7
@@
gtk_widget_set_name (GtkWidget *widget,
* Retrieves the name of a widget. See gtk_widget_set_name() for the
* significance of widget names.
*
- * Returns:
(nullable):
name of the widget. This string is owned by GTK and
+ * Returns: name of the widget. This string is owned by GTK and
* should not be modified or freed
**/
const char *